From: Glenn Morris Date: Thu, 19 Apr 2007 17:07:15 +0000 (+0000) Subject: Expand a bit on Emacs not knowing fqdn. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~765 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=656e5fcaba1af3fbcf7ecdff90e65e2e8d22620a;p=emacs.git Expand a bit on Emacs not knowing fqdn. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 6c72bacae11..4d4603b4be0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -386,9 +386,13 @@ again to say this: *** Emacs does not know your host's fully-qualified domain name. +For example, (system-name) returns some variation on +"localhost.localdomain", rather the name you were expecting. + You need to configure your machine with a fully qualified domain name, -either in /etc/hosts, /etc/hostname, the NIS, or wherever your system -calls for specifying this. +(i.e. a name with at least one ".") either in /etc/hosts, +/etc/hostname, the NIS, or wherever your system calls for specifying +this. If you cannot fix the configuration, you can set the Lisp variable mail-host-address to the value you want.